home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / TimeLine.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  231 b   |  11 lines

  1. on exitFrame
  2.   global returnframe
  3.   set mousepos to point(the mouseH, the mouseV)
  4.   if not inside(mousepos, rect(0, 0, 320, 78)) then
  5.     puppetSprite(12, 0)
  6.     puppetSprite(57, 0)
  7.     go(returnframe)
  8.   end if
  9.   go(the frame)
  10. end
  11.